Uses of Class
org.eclipse.vtp.framework.webservices.configurations.WebServiceMappingConfiguration

Packages that use WebServiceMappingConfiguration
org.eclipse.vtp.framework.webservices.configurations   
 

Uses of WebServiceMappingConfiguration in org.eclipse.vtp.framework.webservices.configurations
 

Methods in org.eclipse.vtp.framework.webservices.configurations that return WebServiceMappingConfiguration
 WebServiceMappingConfiguration[] WebServiceCallConfiguration.getMappings()
          Returns the mappings specified to the query.
 

Methods in org.eclipse.vtp.framework.webservices.configurations with parameters of type WebServiceMappingConfiguration
 void WebServiceCallConfiguration.addMapping(WebServiceMappingConfiguration mapping)
          Adds a mapping to this query.
 void WebServiceCallConfiguration.removeMapping(WebServiceMappingConfiguration mapping)
          Removes a mapping from this query.